home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / disk / cdrom / MusicBox-2.1bi.lha / MusicBox / Archive.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-29  |  2.5 KB  |  53 lines

  1. /*
  2.  ##########################################################################
  3.  ####                                                                  ####
  4.  ####                        The MusicBox Project                      ####
  5.  ####                    ============================                  ####
  6.  ####                                                                  ####
  7.  #### Archive.h                                                        ####
  8.  ####                                                                  ####
  9.  #### Version 2.1os  --  September 29, 2000                            ####
  10.  ####                                                                  ####
  11.  #### Copyright (C) 1994  Thomas Dreibholz                             ####
  12.  ####               2000  Molbachweg 7                                 ####
  13.  ####                     51674 Wiehl                                  ####
  14.  ####                     Germany                                      ####
  15.  ####                                                                  ####
  16.  ####                     EMail: Dreibholz@bigfoot.com                 ####
  17.  ####                     WWW:   http://www.bigfoot.com/~dreibholz     ####
  18.  ####                                                                  ####
  19.  ##########################################################################
  20. */
  21. /***************************************************************************
  22.  *                                                                         *
  23.  *   This program is free software; you can redistribute it and/or modify  *
  24.  *   it under the terms of the GNU General Public License as published by  *
  25.  *   the Free Software Foundation; either version 2 of the License, or     *
  26.  *   (at your option) any later version.                                   *
  27.  *                                                                         *
  28.  ***************************************************************************/
  29.  
  30. /* Archive Definitionen */
  31.  
  32. struct CNode
  33. {
  34.  struct Node     Node;
  35.  struct Katalog *Katalog;
  36.  UWORD           Update;
  37. };
  38.  
  39. struct TNode
  40. {
  41.  struct Node Node;
  42.  UBYTE       Titel[60];
  43. };
  44.  
  45. #define FARBE 2
  46. #define VERSTR  "$VER: MusicBoxArchive 2.1os (Sep 29 2000) - Copyright (C) 1994-2000 by Thomas Dreibholz"
  47. #define TITEL   "Music Box Archive - Version 2.1os"
  48. #define VERSION 210
  49. #define COPYRIGHT1 "Music Box Archive - Version 2.1os"
  50. #define COPYRIGHT2 "Copyright (C) 1994-2000 by"
  51. #define COPYRIGHT3 "Thomas Dreibholz"
  52. #define COPYRIGHT4 "All Rights Reserved."
  53.